Q3Quaternion_Dot
You can use theQ3Quaternion_Dot
function to determine the dot product of two quaternions.
float Q3Quaternion_Dot ( const TQ3Quaternion *q1, const TQ3Quaternion *q2);
q1
- A quaternion.
q2
- A quaternion.
DESCRIPTION
TheQ3Quaternion_Dot
function returns, as its function result, a floating-point value that is the dot product of the two quaternionsq1
andq2
.